GetBoxModelResponse

data class GetBoxModelResponse(model: BoxModel)

Represents response frame that is returned from DOM#getBoxModel operation call. Returns boxes for the given node.

See also

Constructors

GetBoxModelResponse
Link copied to clipboard
fun GetBoxModelResponse(model: BoxModel)

Properties

model
Link copied to clipboard
val model: BoxModel
Box model for the node.

Sources

jvm source
Link copied to clipboard